Example #1
0
 public Material GetOneMaterial(string material)
 {
     return(_stockinRepository.GetOneMaterial(material));
 }