示例#1
0
 public void InsertProfile(InsertNewProfile entity)
 {
     try
     {
         _unitOfWork.ProfilesRepository.InsertProfile(entity);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
 public void InsertProfile(InsertNewProfile entity)
 {
     throw new NotImplementedException();
 }