예제 #1
0
 public List <productsDetails> Get_StockDetailsByDate_Product_Store(string FromDate, string ToDate, string OCODE, string GroupId, string ProductId, string storeCode, Guid userId)
 {
     return(OBJ.Get_StockDetailsByDate_Product_Store(FromDate, ToDate, OCODE, GroupId, ProductId, storeCode, userId));
 }