refactor: move database-related projects to separate folder
This commit is contained in:
		@@ -0,0 +1,5 @@
 | 
			
		||||
using MediatR;
 | 
			
		||||
 | 
			
		||||
namespace Mirea.Api.DataAccess.Application.Cqrs.Campus.Queries.GetCampusBasicInfoList;
 | 
			
		||||
 | 
			
		||||
public class GetCampusBasicInfoListQuery : IRequest<CampusBasicInfoVm>;
 | 
			
		||||
		Reference in New Issue
	
	Block a user