ÏîÄ¿´úÂë/WMS/WMSServices/WIDESEA_BasicRepository/CustomerInfoRepository.cs
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,20 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using WIDESEA_Core.BaseRepository; using WIDESEA_Model.Models; namespace WIDESEA_IBasicRepository { /// <summary> /// 客æ·ä¿¡æ¯ä»å¨å®ç°å± /// </summary> public class CustomerInfoRepository : RepositoryBase<Dt_CustomerInfo>, ICustomerInfoRepository { public CustomerInfoRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage) { } } }