예제 #1
0
파일: VentaBL.cs 프로젝트: joedayz/joerp
 public int Count(params object[] parameters)
 {
     try
     {
         return(repository.Count(parameters));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }