Example #1
0
 public List <ILocation> GetLocation(int UserId, bool IsStock)
 {
     return(ImportBLDAL.GetLocation(UserId, IsStock));
 }