правки

This commit is contained in:
funa4i 2024-10-28 20:25:02 +04:00
parent c3a50e6988
commit d78c16662f
4 changed files with 14 additions and 12 deletions

View File

@ -25,3 +25,4 @@ namespace StudentProgressRecord.Entity
};
}
}
}

View File

@ -1,8 +1,9 @@
using System;
using StudentProgressRecord.Entity;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace StudentProgressRecord.Repositories

View File

@ -1,3 +1,4 @@
namespace StudentProgressRecord
{
internal static class Program
@ -13,5 +14,6 @@ namespace StudentProgressRecord
ApplicationConfiguration.Initialize();
Application.Run(new Form1());
}
}
}

View File

@ -1,13 +1,11 @@
using StudentProgressRecord.Entity;
using StudentProgressRecord.Repositories;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace StudentProgressRecord.RepositoryImp
namespace StudentProgressRecord.Repositories
{
public class GroupRepository : IGroupRepository
{